DatabaseField.Value

Used to get and set the value of a field of any data type. The properties that get and set the values of specific data types are recommended over Value.

Syntax

Value( Variant ) as


Parameters

Variant


Notes

Set Value to Nil to set the field to NULL. The NULL value is currently supported in the MySQL, OpenBase, and PostgreSQL plug-ins.